improve error message to contain the word "theme"
authorHavoc Pennington <hp@pobox.com>
Sat, 24 Mar 2001 16:35:20 +0000 (16:35 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Sat, 24 Mar 2001 16:35:20 +0000 (16:35 +0000)
2001-03-24  Havoc Pennington  <hp@pobox.com>

* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkthemes.c

index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 578d62746398cd09059683863ce1c1aba7065f99..7b38a9082be1cb311b9dcbbf1b4d586c58c0f676 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
+       to contain the word "theme"
+
 2001-03-24  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
index 09bdd3ea0416ea1378fccc3911d5654f07866887..6bb3e7e636f6ec654960f0056bc77b4563cee704 100644 (file)
@@ -68,7 +68,7 @@ gtk_theme_engine_load (GTypeModule *module)
   
   if (!engine_path)
     {
-      g_warning (_("Unable to locate loadable module in module_path: \"%s\","),
+      g_warning (_("Unable to locate theme engine in module_path: \"%s\","),
                 fullname);
       
       g_free (fullname);